Package com.cisco.pt.ipc.sim
Interface BbaGroupManager
- All Known Implementing Classes:
BbaGroupManagerImpl
Information provided by the PKI file:
\class BbaGroupManager
\brief BbaGroupManager manages and manipulates virtual template interfaces for PPPoE.
\example network().getDevice("Router0").getProcess("BbaGroupManager")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddBbaGroupByName(String name) Information provided by the PKI file:getBbaGroupAt(int index) Information provided by the PKI file:getBbaGroupByName(String name) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveBbaGroupByName(String name) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
addBbaGroupByName
Information provided by the PKI file:
\brief Adds a BBA group. \param name, the name for the BBA group.- Parameters:
name- Takes in a parameter of name
-
removeBbaGroupByName
Information provided by the PKI file:
\brief Removes the BBA group with the specified name. \param name, the name of the BBA group of interest.- Parameters:
name- Takes in a parameter of name
-
getBbaGroupByName
Information provided by the PKI file:
\brief Returns the BBA group with the specified name. \param name, the name of the BBA group of interest. \return BbaGroup, the BbaGroup object with the specified name.- Parameters:
name- Takes in a parameter of name- Returns:
- BbaGroup Returns a BbaGroup
-
getBbaGroupCount
int getBbaGroupCount()Information provided by the PKI file:
\brief Returns the number of BBA groups. \param int, the number of BBA groups.- Returns:
- int Returns a int
-
getBbaGroupAt
Information provided by the PKI file:
\brief Returns the BBA group at the specified name. \param index, the index of the BBA group of interest. \return BbaGroup, the BbaGroup object at the specified name.- Parameters:
index- Takes in a parameter of index- Returns:
- BbaGroup Returns a BbaGroup
-